www.gusucode.com > HCONLY站长管理助手 V1.3 > HCONLY站长管理助手 V1.3\code\config\chkAdmin.asp

    <%
'************** 管理员验证 ************

SessionName = "ASPS"  '这里可以修改Session名称
If Session(SessionName)<>1 Then
	'response.Write "<sc"&"ript>alert('登陆超时!')</scr"&"ipt>"
	response.Redirect("../index.asp")
End If
%>